Skip to content

Added encode, distkey, sortkey in attributes support for redshift#2277

Open
romanoff wants to merge 1 commit into
apache:mainfrom
romanoff:add_encode_distkey_sortkey_column_attributes_support_for_redshift
Open

Added encode, distkey, sortkey in attributes support for redshift#2277
romanoff wants to merge 1 commit into
apache:mainfrom
romanoff:add_encode_distkey_sortkey_column_attributes_support_for_redshift

Conversation

@romanoff
Copy link
Copy Markdown

Sample query:

CREATE TABLE player_activity (date DATE ENCODE raw DISTKEY NOT NULL, userid INTEGER ENCODE az64 NOT NULL) DISTSTYLE KEY SORTKEY(date, userid)

Spec: https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_TABLE_NEW.html

@iffyio
Copy link
Copy Markdown
Contributor

iffyio commented Mar 26, 2026

@romanoff fyi when you have some time if you can take a look at the conflicts in this branch

@github-actions
Copy link
Copy Markdown

Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or this will be closed in 7 days.

@github-actions github-actions Bot added the Stale label May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants